Q3RotateAboutPointTransform_GetAxis
You can use theQ3RotateAboutPointTransform_GetAxis
function to get the axis of a rotate-about-point transform.
TQ3Status Q3RotateAboutPointTransform_GetAxis ( TQ3TransformObject transform, TQ3Axis *axis);
transform
- A rotate-about-point transform.
axis
- On exit, the axis of the specified rotate-about-point transform.
DESCRIPTION
TheQ3RotateAboutPointTransform_GetAxis
function returns, in theaxis
parameter, the current axis of rotation of the rotate-about-point transform specified by thetransform
parameter.